home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / ddj0492.zip / README.ASC < prev    next >
Text File  |  1992-03-19  |  3KB  |  94 lines

  1. WAVELET.ASC
  2. Title: THE FAST WAVELET TRANSFORM
  3. Keywords: APR92 C  SIGNAL ANALYSIS   WAVELET TRANSFORM
  4. Published source code in Mac Cody's article on the Fast Wavelet
  5. Transform. Also see WAVELET.ARC. 
  6.  
  7. WAVELET.ARC
  8. Title: THE FAST WAVELET TRANSFORM
  9. Keywords: APR92 C  SIGNAL ANALYSIS   WAVELET TRANSFORM
  10. The WAVEDEMO program that accompanies Mac Cody's article on Fast 
  11. Wavelet Transforms. Includes executable and source, sample input 
  12. data, wavelet coefficient files, and documentation. Written in 
  13. Borland Turbo C 2.0 and uses BGI graphics to support 
  14. CGA/EGA/VGA/Hercules. Requires ARCE to extract.
  15.  
  16. HANDPRINT.ASC 
  17. Title: YOUR OWN HANDPRINTING RECOGNITION ENGINE
  18. Keywords: APR92  C  MACINTOSH   HANDWRITING RECOGNITION
  19. Source code that implements Ron Avitzur's handprinting
  20. recognition algorithm. C code. Written using Think C for the
  21. Macintosh. Also see HANDPRINT.URC.
  22.  
  23. HANDPRINT.URC
  24. Title: YOUR OWN HANDPRINTING RECOGNITION ENGINE
  25. Keywords: APR92  C  MACINTOSH   HANDWRITING RECOGNITION
  26. Complete implementation of Ron Avitzur's handprinting recognition 
  27. system. This version is implemented for the Macintosh and is
  28. stored as a compressed STUFFIT file.
  29.  
  30. REDBLACK.ASC
  31. Title: RED-BLACK TREES
  32. Keywords: APR91  BINARY TREES   DATABASE SEARCHING
  33. Pseudo code accompanying Bruce Schneier's discussion of red-black
  34. trees, form of binary trees.
  35.  
  36. STRING.ASC
  37. Title: FINDING STRING DISTANCES
  38. Keywords: APR92  HANDWRITING RECOGNITION  PATTERN MATCHING
  39. Ray Valdes' C implementation of Levenshtein's distance algorithm.
  40. Originally used with molecular biology research, Ray applies it
  41. to handwriting recognition.
  42.  
  43. 386BSD.492
  44. Title: PORTING UNIX TO THE 386: DEVICE DRIVERS
  45. Keywords: APR92  UNIX   80386   DEVICE DRIVERS
  46. Source code that accompanies Bill and Lynne Jolitz's article on
  47. building 386BSD Unix.
  48.  
  49. DRMODS.ASC
  50. Title: MULTIUSER DOS FOR CONTROL SYSTEMS: PART I & PART II
  51. Keywords: APR92  MAY92  EMBEDDED SYSTEMS  DR MULTIUSER DOS
  52. Source code accompanying Part I (April 1992) and Part II (May
  53. 1992) of Richard Kryszak's discussion of Digitial Research's
  54. Multiuser DOS. 
  55.  
  56. LORENZ.ASC
  57. Title: Windows Programming with BASIC
  58. Keywords: APR92  WINDOWS 3   BASIC   CHAOS
  59. Code that accompanies Ray Schneider's article that discusses
  60. Lorenz's theory of chaos implemented for Windows 3 using
  61. GFA Basic for Windows. 
  62.  
  63. DFLAT.492 
  64. Title: C PROGRAMMING COLUMN
  65. Keywords: APR92 DFLAT D-FLAT C CUA/SAA  USER INTERFACE LIBRARY
  66. Al Stevens' continues his multi-part series on D-Flat, a SAA/CUA compliant 
  67. interface library for C. This month Al covers meuns. Also see
  68. DFLT11.ARC and D11TXT.ARC.
  69.  
  70. DFLT11.ARC
  71. D11TXT.ARC
  72. Title: C PROGRAMMING COLUMN
  73. Keywords: APR92  C  CUA/SAA  
  74. The current version of the complete system for Al Stevens' D-FLAT 
  75. interface library for C. Requires ARCE.COM to extract. 
  76.  
  77. GRAPHPRG.ASC
  78. Title: GRAPHICS PROGRAMMING COLUMN
  79. Keywords:  APR92 GRAPHICS 
  80. Michael Abrash discusses hidden surfaces in this month's column. 
  81.  
  82. STRUCPRG.ASC
  83. Title: STRUCTURED PROGRAMMING COLUMN
  84. Keywords: APR92 TURBO PASCAL OOP TURBO VISION DIRECTORY
  85. Jeff Duntemann analyzes Turbo Vision and how Turbo Pascal handles
  86. collections.
  87.  
  88. CTIME2.ASC
  89. Title: LETTERS
  90. Keywords: TIMING    REAL-TIME CLOCK
  91. The source code accompanying Yuri Elik's "Letter to the Editor"
  92. regarding his implmentation of Kenneth Roach's "Using the
  93. Real-Time Clock" (DDJ, June 1991).
  94.